itemEnabled
Type
property
Summary
Whether each segment is enabled or disabled.
Syntax
get the itemEnabled of <widget>
set the itemEnabled of <widget> to <booleanList>
Description
Use the itemEnabled property to control which segments of the control are enabled or disabled.
When you set the itemEnabled to a string that has fewer than itemCount booleans in it, the remaining segments are enabled.
When you set the itemMinExtents to a string that has more than itemCount booleans in it, the extra booleans are ignored.
Related
property: itemCount